home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
ICONX_FO
/
EXTCALL.C
next >
Wrap
C/C++ Source or Header
|
1990-03-02
|
414b
|
22 lines
#include "::h:config.h"
#include "::h:rt.h"
#include "rproto.h"
#ifdef ExternalFunctions
/*
* extcall - stub procedure for external call interface.
*/
dptr extcall(dargv, argc, ip)
dptr dargv;
int argc;
int *ip;
{
*ip = 216; /* no external function to find */
return (dptr)NULL;
}
#else /* ExternalFunctions */
static char x; /* prevent empty module */
#endif /* ExternalFunctions */